From ce1098598d351a8b5140527832a46137db9a2691 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 14 May 2017 11:46:34 +0100 Subject: [PATCH] =?utf8?q?Frame:=20Don=E2=80=99t=20advise=20adding=20.flat?= =?utf8?q?=20class=20in=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://bugzilla.gnome.org/show_bug.cgi?id=779653#c33 and this is closer to what gtk-3-22 says anyway. --- gtk/gtkframe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index 05b603d5d1..7f1d885054 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -80,8 +80,8 @@ * * GtkFrame has a main CSS node with name frame. This node can be given the * style class .flat, which is used by themes to disable drawing of the border. - * Another way to do this in code is to call gtk_frame_set_shadow_type() with - * GTK_SHADOW_NONE to add the .flat class or any other shadow type to remove it. + * To do this from code, call gtk_frame_set_shadow_type() with %GTK_SHADOW_NONE + * to add the .flat class or any other shadow type to remove it. */ struct _GtkFramePrivate -- 2.30.2